home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / LNSEFCTS.ZIP / RAND.POV < prev    next >
Encoding:
Text File  |  1997-07-18  |  419 b   |  11 lines

  1. // LENS EFFECTS: RANDOM LENS EFFECT SCENE FILE
  2. // *******************************************
  3. // Use this file to easily render many different (and unique) copies of
  4. // the "Random" lens effect type.  For more information, see Rand.ini
  5.  
  6.    #declare effect_seed = (clock * 1e5)
  7.    #declare effect_type = "Random"
  8.    #declare effect_location = <4, 3, 20>
  9.    #declare debug_options = true
  10.    #include "LENS.INC"
  11.